Real.A coercion is usually performed automatically by the compiler whereas a cast is an explicit type conversion inserted by the programmer.See also subtype.(1997-07-28)……"> implicit type conversion : FOLDOC
翻訳と辞書
Words near each other
・ imp
・ impact printer
・ impedance
・ imperative
・ imperative language
・ imperative programming
・ imperial college of science, technology and medicine
・ imperial software technology
・ implementation language
・ implicit parallelism
implicit type conversion
・ implies
・ import
・ imprecise probability
・ improved mercury autocode
・ imr
・ ims
・ ims 6100
・ ims/data base
・ ims/data communications


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

implicit type conversion : FOLDOC
implicit type conversion
(Or "coercion") The abilty of some compilers to automatically insert type conversion functions where an expression of one type is used in a context where another type is expected.
A common example is coercion of integers to {reals} so that an expression like sin(1) is compiled as sin(integerToReal(1)) where sin is of type Real -> Real.
A coercion is usually performed automatically by the compiler whereas a cast is an explicit type conversion inserted by the programmer.
See also subtype.
(1997-07-28)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.